home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gTempo
- indicator = the clickOn
- theTop = the top of sprite (indicator - 1)
- theBottom = the bottom of sprite (indicator - 1)
- repeat while the mouseDown
- if the mouseV < theTop then
- set the locV of sprite indicator to theTop
- else
- if the mouseV >= theBottom then
- set the locV of sprite indicator to theBottom - 1
- else
- set the locV of sprite indicator to the mouseV
- end if
- end if
- updateStage()
- end repeat
- gTempo = 15 - ((the top of sprite indicator + 3 - theTop) / 3)
- tell window("Memmon")
- puppetTempo(gTempo)
- end tell
- end
-
- on mouseUp
- end
-